home *** CD-ROM | disk | FTP | other *** search
- Path: mn5.swip.net!news
- From: daniel.lundin@mailbox.swipnet.se (Daniel MarjamΣki)
- Newsgroups: comp.lang.c++
- Subject: simple problem
- Date: 6 Mar 1996 19:26:05 GMT
- Organization: -
- Message-ID: <4hkosd$p3p@mn5.swip.net>
- NNTP-Posting-Host: dialup103-5-11.swipnet.se
- Mime-Version: 1.0
- NNTP-Posting-User: dbbc771b227391086583e79de70c0fc0
- X-Newsreader: WinVN 0.93.14
-
- Hallo!
-
- I want more parameters than two in one of my functions, how do I do?
- I get an errormassage when I run the following function :
-
- int knapp(int x1,y1,x2,y2)
- {
- rectangle(x1,y1,x2,y2);
- }
-
-
- Daniel.lundin@mailbox.swipnet.se
-
-